expander: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 00:46:46 +0000 (19:46 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000 (16:37 +0000)
gtk/gtkexpander.c

index b7513a54ad790c9e0430964bcb78eeb896d0ba3e..3975d8231b51fbe9eb1abc3fdf17e06b0631d473 100644 (file)
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * expander
  * ╰── box
  *     ├── title
  *     │   ├── arrow
  *     │   ╰── <label widget>
  *     ╰── <child>
- * ]|
+ * ```
  *
  * `GtkExpander` has three CSS nodes, the main node with the name expander,
  * a subnode with name title and node below it with name arrow. The arrow of an
  *
  * # Accessibility
  *
- * `GtkExpander` uses the #GTK_ACCESSIBLE_ROLE_BUTTON role.
+ * `GtkExpander` uses the %GTK_ACCESSIBLE_ROLE_BUTTON role.
  */
 
 #include "config.h"